func runtime.atoi

5 uses

	runtime (current package)
		os_linux.go#L312: 	v, ok := atoi(slicebytetostringtmp((*byte)(ptr), int(n)))
		runtime1.go#L385: 			if n, ok := atoi(value); ok {
		runtime1.go#L421: 		if n, ok := atoi(level); ok && n == int(uint32(n)) {
		string.go#L360: func atoi(s string) (int, bool) {
		string.go#L408: 	if n, ok := atoi(s); n == int(int32(n)) {